home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / sharutil.2 / sharutil / sharutils-4.2 / config.h.in < prev    next >
Encoding:
Text File  |  1995-11-26  |  5.7 KB  |  220 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define if using alloca.c.  */
  11. #undef C_ALLOCA
  12.  
  13. /* Define if type char is unsigned and you are not using gcc.  */
  14. #ifndef __CHAR_UNSIGNED__
  15. #undef __CHAR_UNSIGNED__
  16. #endif
  17.  
  18. /* Define if the closedir function returns void instead of int.  */
  19. #undef CLOSEDIR_VOID
  20.  
  21. /* Define to empty if the keyword does not work.  */
  22. #undef const
  23.  
  24. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  25.    This function is required for alloca.c support on those systems.  */
  26. #undef CRAY_STACKSEG_END
  27.  
  28. /* Define if you have alloca, as a function or macro.  */
  29. #undef HAVE_ALLOCA
  30.  
  31. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  32. #undef HAVE_ALLOCA_H
  33.  
  34. /* Define if you don't have vprintf but do have _doprnt.  */
  35. #undef HAVE_DOPRNT
  36.  
  37. /* Define if you have a working `mmap' system call.  */
  38. #undef HAVE_MMAP
  39.  
  40. /* Define if you have the strftime function.  */
  41. #undef HAVE_STRFTIME
  42.  
  43. /* Define if your struct tm has tm_zone.  */
  44. #undef HAVE_TM_ZONE
  45.  
  46. /* Define if you don't have tm_zone but do have the external array
  47.    tzname.  */
  48. #undef HAVE_TZNAME
  49.  
  50. /* Define if you have the vprintf function.  */
  51. #undef HAVE_VPRINTF
  52.  
  53. /* Define as __inline if that's what the C compiler calls it.  */
  54. #undef inline
  55.  
  56. /* Define if on MINIX.  */
  57. #undef _MINIX
  58.  
  59. /* Define to `long' if <sys/types.h> doesn't define.  */
  60. #undef off_t
  61.  
  62. /* Define if the system does not provide POSIX.1 features except
  63.    with this defined.  */
  64. #undef _POSIX_1_SOURCE
  65.  
  66. /* Define if you need to in order for stat and other things to work.  */
  67. #undef _POSIX_SOURCE
  68.  
  69. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  70. #undef size_t
  71.  
  72. /* If using the C implementation of alloca, define if you know the
  73.    direction of stack growth for your system; otherwise it will be
  74.    automatically deduced at run-time.
  75.     STACK_DIRECTION > 0 => grows toward higher addresses
  76.     STACK_DIRECTION < 0 => grows toward lower addresses
  77.     STACK_DIRECTION = 0 => direction of growth unknown
  78.  */
  79. #undef STACK_DIRECTION
  80.  
  81. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  82. #undef STAT_MACROS_BROKEN
  83.  
  84. /* Define if you have the ANSI C header files.  */
  85. #undef STDC_HEADERS
  86.  
  87. /* Define if your <sys/time.h> declares struct tm.  */
  88. #undef TM_IN_SYS_TIME
  89.  
  90. /* Define if your processor stores words with the most significant
  91.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  92. #undef WORDS_BIGENDIAN
  93.  
  94. /* Define if the current hostname may be found in /etc/systemid.  */
  95. #undef HAVE_ETC_SYSTEMID
  96.  
  97. /* Define to the name of the distribution.  */
  98. #undef PACKAGE
  99.  
  100. /* Define to 1 if ANSI function prototypes are usable.  */
  101. #undef PROTOTYPES
  102.  
  103. /* Define to the version of the distribution.  */
  104. #undef VERSION
  105.  
  106. /* Define to 1 for better use of the debugging malloc library.  See
  107.    site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz.  */
  108. #undef WITH_DMALLOC
  109.  
  110. /* Define if your locale.h file contains LC_MESSAGES.  */
  111. #undef HAVE_LC_MESSAGES
  112.  
  113. /* Define to 1 if NLS is requested.  */
  114. #undef ENABLE_NLS
  115.  
  116. /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
  117. #undef HAVE_CATGETS
  118.  
  119. /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
  120. #undef HAVE_GETTEXT
  121.  
  122. /* Define as 1 if you have the stpcpy function.  */
  123. #undef HAVE_STPCPY
  124.  
  125. /* Define if you have the basename function.  */
  126. #undef HAVE_BASENAME
  127.  
  128. /* Define if you have the dcgettext function.  */
  129. #undef HAVE_DCGETTEXT
  130.  
  131. /* Define if you have the fchmod function.  */
  132. #undef HAVE_FCHMOD
  133.  
  134. /* Define if you have the getcwd function.  */
  135. #undef HAVE_GETCWD
  136.  
  137. /* Define if you have the getpagesize function.  */
  138. #undef HAVE_GETPAGESIZE
  139.  
  140. /* Define if you have the isascii function.  */
  141. #undef HAVE_ISASCII
  142.  
  143. /* Define if you have the memcpy function.  */
  144. #undef HAVE_MEMCPY
  145.  
  146. /* Define if you have the munmap function.  */
  147. #undef HAVE_MUNMAP
  148.  
  149. /* Define if you have the putenv function.  */
  150. #undef HAVE_PUTENV
  151.  
  152. /* Define if you have the setenv function.  */
  153. #undef HAVE_SETENV
  154.  
  155. /* Define if you have the setlocale function.  */
  156. #undef HAVE_SETLOCALE
  157.  
  158. /* Define if you have the stpcpy function.  */
  159. #undef HAVE_STPCPY
  160.  
  161. /* Define if you have the strcasecmp function.  */
  162. #undef HAVE_STRCASECMP
  163.  
  164. /* Define if you have the strchr function.  */
  165. #undef HAVE_STRCHR
  166.  
  167. /* Define if you have the strerror function.  */
  168. #undef HAVE_STRERROR
  169.  
  170. /* Define if you have the uname function.  */
  171. #undef HAVE_UNAME
  172.  
  173. /* Define if you have the valloc function.  */
  174. #undef HAVE_VALLOC
  175.  
  176. /* Define if you have the <dirent.h> header file.  */
  177. #undef HAVE_DIRENT_H
  178.  
  179. /* Define if you have the <limits.h> header file.  */
  180. #undef HAVE_LIMITS_H
  181.  
  182. /* Define if you have the <locale.h> header file.  */
  183. #undef HAVE_LOCALE_H
  184.  
  185. /* Define if you have the <malloc.h> header file.  */
  186. #undef HAVE_MALLOC_H
  187.  
  188. /* Define if you have the <memory.h> header file.  */
  189. #undef HAVE_MEMORY_H
  190.  
  191. /* Define if you have the <ndir.h> header file.  */
  192. #undef HAVE_NDIR_H
  193.  
  194. /* Define if you have the <nl_types.h> header file.  */
  195. #undef HAVE_NL_TYPES_H
  196.  
  197. /* Define if you have the <string.h> header file.  */
  198. #undef HAVE_STRING_H
  199.  
  200. /* Define if you have the <sys/dir.h> header file.  */
  201. #undef HAVE_SYS_DIR_H
  202.  
  203. /* Define if you have the <sys/ndir.h> header file.  */
  204. #undef HAVE_SYS_NDIR_H
  205.  
  206. /* Define if you have the <sys/wait.h> header file.  */
  207. #undef HAVE_SYS_WAIT_H
  208.  
  209. /* Define if you have the <unistd.h> header file.  */
  210. #undef HAVE_UNISTD_H
  211.  
  212. /* Define if you have the <values.h> header file.  */
  213. #undef HAVE_VALUES_H
  214.  
  215. /* Define if you have the i library (-li).  */
  216. #undef HAVE_LIBI
  217.  
  218. /* Define if you have the intl library (-lintl).  */
  219. #undef HAVE_LIBINTL
  220.